My HTTP.get() code
var h = "apple"
HTTP.get({
url: "https://apibu.herokuapp.com/api/y-images?query="+h+"",
success: "img",
headers : { "Accept" : "application/json "}})
My JSON.parse(content) code
var data = JSON.parse(content)
it's returning a data "object Object" instead of returning the result.